Down-casts the object to specified type.
Namespace: com.mindfusion.common
Package: com.mindfusion.common
Java
![]() |
---|
public static <T> T as ( |
A Class instance specifying the target type.
The object to down-cast.
The object cast to specified type, or null if it's of a different type.
JDiagram Programmer's Guide | © 2025 MindFusion |